Skip to main content
POST
/
action
/
meeting_prep_prepare_meeting_contacts
[P5] Prepare Meeting Contacts
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/meeting_prep_prepare_meeting_contacts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "classified_attendees": "{{classified_attendees}}",
  "user_email": "{{_google_email}}",
  "output_variable_name": "prepared_contacts",
  "use_llm_for_company_name": false
}
'
{
  "status": 123,
  "response": {}
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
classified_attendees
string
default:{{classified_attendees}}
required

The classified attendees from Process Calendar Event action. Contains external_attendees and internal_attendees.

user_email
string
default:{{_google_email}}
required

Current user's email address.

output_variable_name
string
default:prepared_contacts
required

Variable name to store prepared contacts.

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$
use_llm_for_company_name
boolean
default:false

Enable to use LLM for better company name inference from domain. Slower but more accurate.

Response

Successful response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action